home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2007 December / PCWKCD1207B.iso / Windows marzen / PTFB Pro 3.4 / ptfb3400.exe / {app} / PTFBStart.exe / MANIFEST / 1
Encoding:
Extensible Markup Language  |  2006-10-17  |  927 b   |  32 lines

  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> 
  3. <assemblyIdentity 
  4.     version="1.0.0.0" 
  5.     processorArchitecture="X86" 
  6.     name="TLH.PTFB"
  7.     type="win32" 
  8. /> 
  9. <description>PTFBStart</description> 
  10. <dependency> 
  11.     <dependentAssembly> 
  12.         <assemblyIdentity 
  13.             type="win32" 
  14.             name="Microsoft.Windows.Common-Controls" 
  15.             version="6.0.0.0" 
  16.             processorArchitecture="X86" 
  17.             publicKeyToken="6595b64144ccf1df" 
  18.             language="*" 
  19.         /> 
  20.     </dependentAssembly> 
  21. </dependency> 
  22.  <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
  23.     <security>
  24.         <requestedPrivileges>
  25.         <requestedExecutionLevel
  26.             level="asInvoker"
  27.             uiAccess="false" />
  28.         </requestedPrivileges>
  29.     </security>
  30. </trustInfo>
  31. </assembly>
  32.